home *** CD-ROM | disk | FTP | other *** search
/ World of Amiga / World of Amiga.iso / archive / compression / gzip_1_2_3bin.lha / Readme.1st
Encoding:
Text File  |  1993-07-14  |  1.5 KB  |  34 lines

  1.  
  2. This is the bare-bones executable archive needed to get gzip running.
  3.  
  4. It was created with the amiga/Makefile.sasc within the gzip1.2.3.tar.Z
  5. archive with no modifications whatsoever using SAS/C 6.3.
  6.  
  7. The entire archive (with source et al) can be found at a number of
  8. difference gnu sites (use archie). Quote from README, "The latest version
  9. of gzip are always available by ftp in prep.ai.mit.edu:pub/gnu, or in any
  10. of the prep mirror sites..."
  11.  
  12. The following notice was extracted from the amiga/Makefile.sasc:
  13.  
  14. # Makefile for gzip (GNU zip)    -*- Indented-Text -*-
  15. # This Makefile is for SAS/C 6.3 on the Amiga
  16. # Don't use it with SAS/C 6.2 or earlier versions. These versions will
  17. # produce incorrect code for trees.c because of a bug in the optimizer.
  18. # Made by Carsten Steger (carsten.steger@informatik.tu-muenchen.de)
  19.  
  20. # Some notes on gzip for the Amiga:
  21. # Due to a strange implementation of the RAM-Disk on Commodore's part
  22. # you should not use gzip -r on a directory in the RAM-Disk. To zip all
  23. # files in a directory 'dir' in the RAM-Disk use something like
  24. # gzip ram:dir/#? ram:dir/#?/#? ...
  25. # where the number of '#?'s reflects the depth of the directory 'dir'.
  26. #
  27. # Alas, the program has it's full functionality only if you have
  28. # Kickstart 2.0 or higher installed. This affects the expansion of
  29. # wildcards and the preservation of file access times. You should use
  30. # a shell that does wildcard expansion under Kickstart 1.3.
  31.  
  32. Enjoy!
  33. Son Le - s924723@minyos.xx.rmit.oz.au
  34.